fix some typos
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 1 Sep 2006 03:22:13 +0000 (03:22 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 1 Sep 2006 03:22:13 +0000 (03:22 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkwidget.sgml

index a37b0a861da9021548299de1e6d97847df0170de..bf69757617ef37a5d661114d9337664fd4b0cd95 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkwidget.sgml: Fix some typos (Mariano Suarez-Alvarez)
+
 2006-08-29  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/gdk-sections.txt: Add gdk_window_beep
index 4cec7e89655c8813b12ab0c495fee5e778aae6dc..df12afdad255dc9cd65d4729614ebb3ff2d4fa56 100644 (file)
@@ -313,15 +313,15 @@ gtk_widget_style_get_valist() to obtain the value of a style property.
 
 <!-- ##### SIGNAL GtkWidget::hierarchy-changed ##### -->
 <para>
-Emitted when there is a chance in the hierarchy to
-which a widget belong. More precisely, a widget is
+Emitted when there is a change in the hierarchy to
+which a widget belongs. More precisely, a widget is
 <firstterm>anchored</firstterm> when its toplevel
 ancestor is a #GtkWindow. This signal is emitted when 
 a widget changes from un-anchored to anchored or vice-versa.
 </para>
 
 @widget: the object which received the signal.
-@widget2: 
+@widget2: the toplevel ancestor, or %NULL
 
 <!-- ##### SIGNAL GtkWidget::key-press-event ##### -->
 <para>